home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / BostonBusinessComputing / bbc / dist / vbackuprc < prev    next >
Text File  |  2000-02-11  |  2KB  |  39 lines

  1. # This is Vbackup's system-wide configuration file for specifying default
  2. # option values.
  3.  
  4. # It consists of a sequence of records.  Each line that starts with anything
  5. # other than #, !, space, or tab begins a new record, which extends to the
  6. # next such line or to the end of the file, whichever comes first.
  7.  
  8. # A record consists of a host specification followed by long option names and
  9. # values.  Each option name must be preceded by a space or a tab, and each
  10. # value must be preceded by an equals sign (=).
  11.  
  12. # A host specification is either a host name or an asterisk (*).  Vbackup
  13. #  (1) applies defaults from the first host specification that resolves to
  14. #      the address of the host on which Vbackup is running, and then
  15. #  (2) applies defaults from the first asterisk host specification.
  16.  
  17. # Values and host specifications should be enclosed in double quotes ("...")
  18. # if they contain any of the following characters:
  19. #   ! # , + ( ) : = " <space> <tab> <newline> <carriage-return>
  20. # Within double quotes, a double quote (") should be represented as two
  21. # adjacent double quotes ("").
  22.  
  23. # Values have the same syntax as on a VCL-style command line, with the
  24. # extension that file specifications may be UNIX-style as well as VMS-style.
  25.  
  26. # Outside of double quotes, ! or # introduces a comment that extends to the
  27. # end of the containing line.
  28.  
  29. # Example records (remove leading "# " to activate):
  30.  
  31. # gandalf  noassist ignore=modified-links exclude=(*.bak, *.tmp)
  32. #          describe=/dev/rmt0 media=(density=512000, irg=25600,
  33. #                                    fmarklen=2306867, extfmarks)
  34. #          describe=/dev/rmt1 media=nounload
  35. #          device=/dev/rmt0
  36. #
  37. # *  block-size=16384 group-size=20 comment="This is a comment."
  38. #    setup=(access=(group, world), setup=rsh-path:/usr/local/bin/ssh)
  39.